type github.com/refraction-networking/utls.sortableCiphers

6 uses

	github.com/refraction-networking/utls (current package)
		u_parrots.go#L3182: 	ciphers := make(sortableCiphers, len(cipherSuites))
		u_parrots.go#L3199: type sortableCiphers []sortableCipher
		u_parrots.go#L3201: func (ciphers sortableCiphers) Len() int {
		u_parrots.go#L3205: func (ciphers sortableCiphers) Less(i, j int) bool {
		u_parrots.go#L3215: func (ciphers sortableCiphers) Swap(i, j int) {
		u_parrots.go#L3219: func (ciphers sortableCiphers) GetCiphers() []uint16 {